Click or drag to resize

PropertyTagIsEqual Method

Determines whether the specified property path is equal.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public override bool IsEqual(
	ExtendedPropertyPath propertyPath
)

Parameters

propertyPath
Type: Independentsoft.ExchangeExtendedPropertyPath
The property path.

Return Value

Type: Boolean
true if the specified property path is equal; otherwise, false.
See Also